[commit: ghc] master: Be consistent with placement of Safe Haskell mode at top of file (2a523eb)

git at git.haskell.org git at git.haskell.org
Fri Nov 21 21:03:23 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2a523ebf091478aea39deef28073320bed628434/ghc

>---------------------------------------------------------------

commit 2a523ebf091478aea39deef28073320bed628434
Author: David Terei <code at davidterei.com>
Date:   Wed Nov 19 18:29:51 2014 -0800

    Be consistent with placement of Safe Haskell mode at top of file


>---------------------------------------------------------------

2a523ebf091478aea39deef28073320bed628434
 libraries/base/Control/Applicative.hs          | 2 +-
 libraries/base/Control/Arrow.hs                | 3 ++-
 libraries/base/Control/Category.hs             | 2 +-
 libraries/base/Data/Foldable.hs                | 2 +-
 libraries/base/Data/Function.hs                | 2 +-
 libraries/base/Data/Functor.hs                 | 2 +-
 libraries/base/Data/Functor/Identity.hs        | 2 +-
 libraries/base/Data/List.hs                    | 2 +-
 libraries/base/Data/Proxy.hs                   | 3 ++-
 libraries/base/Data/Traversable.hs             | 2 +-
 libraries/base/Data/Typeable.hs                | 2 +-
 libraries/base/Data/Typeable/Internal.hs       | 2 +-
 libraries/base/Debug/Trace.hs                  | 2 +-
 libraries/base/Foreign/C/Types.hs              | 8 ++------
 libraries/base/Foreign/Marshal/Alloc.hs        | 5 +----
 libraries/base/Foreign/Ptr.hs                  | 8 ++------
 libraries/base/Foreign/Storable.hs             | 3 +--
 libraries/base/GHC/Conc/Windows.hs             | 3 ++-
 libraries/base/GHC/ConsoleHandler.hs           | 2 +-
 libraries/base/GHC/Constants.hs                | 2 +-
 libraries/base/GHC/Environment.hs              | 2 +-
 libraries/base/GHC/Event.hs                    | 2 +-
 libraries/base/GHC/Event/Control.hs            | 2 +-
 libraries/base/GHC/Event/IntTable.hs           | 3 ++-
 libraries/base/GHC/Event/Thread.hs             | 1 +
 libraries/base/GHC/Event/Unique.hs             | 1 +
 libraries/base/GHC/Exts.hs                     | 4 ++--
 libraries/base/GHC/Fingerprint.hs-boot         | 1 +
 libraries/base/GHC/Fingerprint/Type.hs         | 1 +
 libraries/base/GHC/IO/Encoding/CodePage/API.hs | 4 +++-
 libraries/base/GHC/MVar.hs                     | 4 ++--
 libraries/base/GHC/Num.hs                      | 1 +
 libraries/base/GHC/PArr.hs                     | 2 +-
 libraries/base/GHC/Real.hs                     | 1 +
 libraries/base/GHC/ST.hs                       | 1 +
 libraries/base/GHC/Stable.hs                   | 3 ++-
 libraries/base/GHC/Stats.hsc                   | 2 +-
 libraries/base/GHC/Windows.hs                  | 1 +
 libraries/base/Text/Printf.hs                  | 2 +-
 libraries/ghc-prim/GHC/Debug.hs                | 3 ++-
 40 files changed, 52 insertions(+), 48 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 2a523ebf091478aea39deef28073320bed628434


More information about the ghc-commits mailing list