[commit: ghc] master: Update Foreign.* for Safe Haskell now that they're safe by default (453ce62)

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


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/453ce626a32cab3728a640b2299eaeeb30da8862/ghc

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

commit 453ce626a32cab3728a640b2299eaeeb30da8862
Author: David Terei <code at davidterei.com>
Date:   Wed Nov 19 18:00:11 2014 -0800

    Update Foreign.* for Safe Haskell now that they're safe by default


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

453ce626a32cab3728a640b2299eaeeb30da8862
 compiler/ghci/RtClosureInspect.hs         |  4 ++++
 compiler/main/InteractiveEval.hs          |  4 ++++
 compiler/utils/FastString.lhs             |  4 ++++
 compiler/utils/StringBuffer.lhs           |  4 ++++
 ghc/InteractiveUI.hs                      |  4 ++++
 libraries/base/Foreign.hs                 |  2 +-
 libraries/base/Foreign/ForeignPtr.hs      |  4 ++--
 libraries/base/Foreign/ForeignPtr/Safe.hs |  2 +-
 libraries/base/Foreign/Marshal.hs         | 18 +++++++++++++-----
 libraries/base/Foreign/Marshal/Safe.hs    |  2 +-
 libraries/base/Foreign/Safe.hs            | 10 +++++-----
 libraries/base/GHC/IO/Encoding/Iconv.hs   |  2 +-
 libraries/base/GHC/IO/Handle/Internals.hs |  2 +-
 libraries/base/System/CPUTime.hsc         |  2 +-
 libraries/base/System/Environment.hs      |  2 +-
 15 files changed, 47 insertions(+), 19 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 453ce626a32cab3728a640b2299eaeeb30da8862


More information about the ghc-commits mailing list