[commit: ghc] master: Improve Safe Haskell bounds for changes to base over time (5f84bd1)

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


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5f84bd1d6d08e20c254227fd2f72578b751addbe/ghc

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

commit 5f84bd1d6d08e20c254227fd2f72578b751addbe
Author: David Terei <code at davidterei.com>
Date:   Wed Nov 19 18:02:30 2014 -0800

    Improve Safe Haskell bounds for changes to base over time


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

5f84bd1d6d08e20c254227fd2f72578b751addbe
 libraries/base/Control/Concurrent/QSem.hs          |  2 +-
 libraries/base/Control/Concurrent/QSemN.hs         |  2 +-
 libraries/base/Data/Bifunctor.hs                   |  4 +-
 libraries/base/Data/Data.hs                        |  7 ++--
 libraries/base/Data/Type/Bool.hs                   |  1 +
 libraries/base/Data/Version.hs                     |  9 ++--
 libraries/base/GHC/Char.hs                         |  2 +-
 libraries/base/GHC/Event/Control.hs                |  2 +-
 libraries/base/GHC/Fingerprint.hs-boot             |  2 +-
 libraries/base/GHC/IO/Encoding/CodePage/API.hs     |  1 +
 libraries/base/GHC/IP.hs                           |  1 +
 libraries/base/GHC/Profiling.hs                    |  1 +
 libraries/base/GHC/Stack.hsc                       |  2 +
 libraries/base/GHC/TypeLits.hs                     |  1 +
 libraries/base/System/Timeout.hs                   |  2 +-
 .../tests/safeHaskell/unsafeLibs/BadImport05.hs    | 12 ------
 .../safeHaskell/unsafeLibs/BadImport05.stderr      |  4 --
 .../tests/safeHaskell/unsafeLibs/GoodImport02.hs   | 10 ++---
 .../tests/safeHaskell/unsafeLibs/GoodImport03.hs   | 49 +++++++++++++---------
 testsuite/tests/safeHaskell/unsafeLibs/all.T       |  1 -
 20 files changed, 57 insertions(+), 58 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 5f84bd1d6d08e20c254227fd2f72578b751addbe


More information about the ghc-commits mailing list