Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0cba443fe1cf506ebcd68393da9b96bfd955544c >--------------------------------------------------------------- commit 0cba443fe1cf506ebcd68393da9b96bfd955544c Author: Ian Lynagh <[email protected]> Date: Wed Jun 13 13:16:06 2012 +0100 Follow spelling fixes >--------------------------------------------------------------- compiler/main/DynFlags.hs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index f576519..4847443 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -381,11 +381,11 @@ data SafeHaskellMode deriving (Eq) instance Show SafeHaskellMode where - show Sf_None = "None" - show Sf_Unsafe = "Unsafe" - show Sf_Trustworthy = "Trustworthy" - show Sf_Safe = "Safe" - show Sf_SafeInfered = "Safe-Infered" + show Sf_None = "None" + show Sf_Unsafe = "Unsafe" + show Sf_Trustworthy = "Trustworthy" + show Sf_Safe = "Safe" + show Sf_SafeInferred = "Safe-Inferred" instance Outputable SafeHaskellMode where ppr = text . show _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
