[commit: packages/unix] master, safefixes710again: More fixes for Safe Haskell bounds under GHC 7.10 (e0bc46b)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 15:50:54 UTC 2015


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

On branches: master,safefixes710again
Link       : http://ghc.haskell.org/trac/ghc/changeset/e0bc46b891608f7e50223443d03a849fd16ac84d/unix

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

commit e0bc46b891608f7e50223443d03a849fd16ac84d
Author: David Terei <code at davidterei.com>
Date:   Mon Dec 8 22:03:15 2014 -0800

    More fixes for Safe Haskell bounds under GHC 7.10


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

e0bc46b891608f7e50223443d03a849fd16ac84d
 System/Posix/ByteString/FilePath.hsc             | 5 ++++-
 System/Posix/Directory/Common.hsc                | 4 +++-
 System/Posix/DynamicLinker.hsc                   | 4 +++-
 System/Posix/DynamicLinker/ByteString.hsc        | 5 ++++-
 System/Posix/DynamicLinker/Common.hsc            | 4 +++-
 System/Posix/DynamicLinker/Module/ByteString.hsc | 5 ++++-
 System/Posix/Env/ByteString.hsc                  | 4 ++++
 System/Posix/Error.hs                            | 4 +++-
 System/Posix/Files.hsc                           | 4 +++-
 System/Posix/Files/ByteString.hsc                | 4 +++-
 System/Posix/IO/Common.hsc                       | 5 ++++-
 System/Posix/Process.hsc                         | 4 +++-
 System/Posix/Process/ByteString.hsc              | 5 ++++-
 System/Posix/Resource.hsc                        | 4 +++-
 System/Posix/Semaphore.hsc                       | 4 +++-
 System/Posix/Signals/Exts.hsc                    | 5 +++++
 System/Posix/Terminal.hsc                        | 4 +++-
 System/Posix/Terminal/ByteString.hsc             | 4 +++-
 System/Posix/Time.hsc                            | 4 +++-
 System/Posix/Unistd.hsc                          | 4 +++-
 20 files changed, 68 insertions(+), 18 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 e0bc46b891608f7e50223443d03a849fd16ac84d


More information about the ghc-commits mailing list