Skip to content

Commit

Permalink
[project @ 2005-01-11 16:04:08 by simonmar]
Browse files Browse the repository at this point in the history
Use OPTIONS_GHC instead of OPTIONS
  • Loading branch information
simonmar committed Jan 11, 2005
1 parent 4d5e0dc commit aaf764b
Show file tree
Hide file tree
Showing 76 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion Control/Monad.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Control.Monad
Expand Down
2 changes: 1 addition & 1 deletion Data/Array.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Array
Expand Down
2 changes: 1 addition & 1 deletion Data/Array/IO.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -#include "HsBase.h" #-}
{-# OPTIONS_GHC -#include "HsBase.h" #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Array.IO
Expand Down
2 changes: 1 addition & 1 deletion Data/Array/IO/Internals.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -#include "HsBase.h" #-}
{-# OPTIONS_GHC -#include "HsBase.h" #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Array.IO.Internal
Expand Down
2 changes: 1 addition & 1 deletion Data/Bits.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Bits
Expand Down
2 changes: 1 addition & 1 deletion Data/Bool.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Bool
Expand Down
2 changes: 1 addition & 1 deletion Data/Char.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Char
Expand Down
2 changes: 1 addition & 1 deletion Data/Dynamic.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Dynamic
Expand Down
2 changes: 1 addition & 1 deletion Data/Either.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Either
Expand Down
2 changes: 1 addition & 1 deletion Data/HashTable.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}

-----------------------------------------------------------------------------
-- |
Expand Down
2 changes: 1 addition & 1 deletion Data/Int.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Int
Expand Down
2 changes: 1 addition & 1 deletion Data/List.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.List
Expand Down
2 changes: 1 addition & 1 deletion Data/Maybe.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Maybe
Expand Down
2 changes: 1 addition & 1 deletion Data/Tuple.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Tuple
Expand Down
2 changes: 1 addition & 1 deletion Data/Typeable.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Typeable
Expand Down
2 changes: 1 addition & 1 deletion Data/Word.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Word
Expand Down
2 changes: 1 addition & 1 deletion Foreign.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign
Expand Down
2 changes: 1 addition & 1 deletion Foreign/C.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.C
Expand Down
2 changes: 1 addition & 1 deletion Foreign/C/Error.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude -#include "HsBase.h" #-}
{-# OPTIONS_GHC -fno-implicit-prelude -#include "HsBase.h" #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.C.Error
Expand Down
2 changes: 1 addition & 1 deletion Foreign/C/String.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.C.String
Expand Down
2 changes: 1 addition & 1 deletion Foreign/C/Types.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.C.Types
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Concurrent.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.Concurrent
Expand Down
2 changes: 1 addition & 1 deletion Foreign/ForeignPtr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.ForeignPtr
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Marshal.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.Marshal
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Marshal/Alloc.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.Marshal.Alloc
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Marshal/Array.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.Marshal.Array
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Marshal/Error.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.Marshal.Error
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Marshal/Pool.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
--------------------------------------------------------------------------------
-- |
-- Module : Foreign.Marshal.Pool
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Marshal/Utils.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.Marshal.Utils
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Ptr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.Ptr
Expand Down
2 changes: 1 addition & 1 deletion Foreign/StablePtr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.StablePtr
Expand Down
2 changes: 1 addition & 1 deletion Foreign/Storable.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Foreign.Storable
Expand Down
2 changes: 1 addition & 1 deletion GHC/Arr.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Arr
Expand Down
2 changes: 1 addition & 1 deletion GHC/Base.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GHC.ByteArr Types: ByteArray, MutableByteArray
Other Prelude modules are much easier with fewer complex dependencies.

\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Base
Expand Down
2 changes: 1 addition & 1 deletion GHC/Conc.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Conc
Expand Down
2 changes: 1 addition & 1 deletion GHC/ConsoleHandler.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -cpp #-}
{-# OPTIONS_GHC -cpp #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.ConsoleHandler
Expand Down
2 changes: 1 addition & 1 deletion GHC/Dotnet.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Dotnet
Expand Down
2 changes: 1 addition & 1 deletion GHC/Enum.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Enum
Expand Down
2 changes: 1 addition & 1 deletion GHC/Err.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Err
Expand Down
2 changes: 1 addition & 1 deletion GHC/Exception.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Exception
Expand Down
2 changes: 1 addition & 1 deletion GHC/Float.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Float
Expand Down
2 changes: 1 addition & 1 deletion GHC/ForeignPtr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.ForeignPtr
Expand Down
2 changes: 1 addition & 1 deletion GHC/Handle.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude -#include "HsBase.h" #-}
{-# OPTIONS_GHC -fno-implicit-prelude -#include "HsBase.h" #-}

#undef DEBUG_DUMP
#undef DEBUG
Expand Down
2 changes: 1 addition & 1 deletion GHC/IO.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude -#include "HsBase.h" #-}
{-# OPTIONS_GHC -fno-implicit-prelude -#include "HsBase.h" #-}

#undef DEBUG_DUMP

Expand Down
2 changes: 1 addition & 1 deletion GHC/IOBase.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.IOBase
Expand Down
2 changes: 1 addition & 1 deletion GHC/Int.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Int
Expand Down
2 changes: 1 addition & 1 deletion GHC/List.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.List
Expand Down
2 changes: 1 addition & 1 deletion GHC/Num.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Num
Expand Down
2 changes: 1 addition & 1 deletion GHC/PArr.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fparr #-}
{-# OPTIONS_GHC -fparr #-}

-----------------------------------------------------------------------------
-- |
Expand Down
2 changes: 1 addition & 1 deletion GHC/Pack.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Pack
Expand Down
2 changes: 1 addition & 1 deletion GHC/Ptr.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Ptr
Expand Down
2 changes: 1 addition & 1 deletion GHC/Read.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Read
Expand Down
2 changes: 1 addition & 1 deletion GHC/Real.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Real
Expand Down
2 changes: 1 addition & 1 deletion GHC/ST.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.ST
Expand Down
2 changes: 1 addition & 1 deletion GHC/STRef.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.STRef
Expand Down
2 changes: 1 addition & 1 deletion GHC/Show.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Show
Expand Down
2 changes: 1 addition & 1 deletion GHC/Stable.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Stable
Expand Down
2 changes: 1 addition & 1 deletion GHC/Storable.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Storable
Expand Down
2 changes: 1 addition & 1 deletion GHC/Unicode.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Unicde
Expand Down
2 changes: 1 addition & 1 deletion GHC/Weak.lhs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Weak
Expand Down
2 changes: 1 addition & 1 deletion GHC/Word.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Word
Expand Down
2 changes: 1 addition & 1 deletion Numeric.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Numeric
Expand Down
2 changes: 1 addition & 1 deletion Prelude.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS_GHC -fno-implicit-prelude #-}
-----------------------------------------------------------------------------
-- |
-- Module : Prelude
Expand Down
Loading

0 comments on commit aaf764b

Please sign in to comment.