[commit: ghc] master: Rename InjectiveTypeFamilies to TypeFamilyDependencies (78a4c72)

git at git.haskell.org git at git.haskell.org
Thu Jan 14 11:44:07 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/78a4c729ecb07c92822625fda15f14a778679452/ghc

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

commit 78a4c729ecb07c92822625fda15f14a778679452
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jan 14 11:52:10 2016 +0100

    Rename InjectiveTypeFamilies to TypeFamilyDependencies


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

78a4c729ecb07c92822625fda15f14a778679452
 compiler/main/DynFlags.hs                                 | 4 ++--
 compiler/typecheck/TcTyClsDecls.hs                        | 4 ++--
 docs/users_guide/glasgow_exts.rst                         | 7 ++++---
 libraries/ghc-boot/GHC/LanguageExtensions.hs              | 2 +-
 testsuite/tests/driver/T11381.hs                          | 2 +-
 testsuite/tests/driver/T11381.stderr                      | 2 +-
 testsuite/tests/driver/T4437.hs                           | 2 +-
 testsuite/tests/ghci/scripts/T6018ghci.script             | 2 +-
 testsuite/tests/ghci/scripts/T6018ghcifail.script         | 2 +-
 testsuite/tests/ghci/scripts/T6018ghcirnfail.script       | 2 +-
 testsuite/tests/th/T6018th.hs                             | 2 +-
 testsuite/tests/th/T8884.hs                               | 2 +-
 testsuite/tests/typecheck/should_compile/T6018.hs         | 2 +-
 testsuite/tests/typecheck/should_compile/T6018.hs-boot    | 2 +-
 testsuite/tests/typecheck/should_compile/T6018a.hs        | 2 +-
 testsuite/tests/typecheck/should_fail/T10836.hs           | 2 +-
 testsuite/tests/typecheck/should_fail/T6018Afail.hs       | 2 +-
 testsuite/tests/typecheck/should_fail/T6018Bfail.hs       | 2 +-
 testsuite/tests/typecheck/should_fail/T6018fail.hs        | 2 +-
 testsuite/tests/typecheck/should_fail/T6018failclosed.hs  | 2 +-
 testsuite/tests/typecheck/should_fail/T6018failclosed2.hs | 2 +-
 utils/mkUserGuidePart/Options/Language.hs                 | 4 ++--
 22 files changed, 28 insertions(+), 27 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 78a4c729ecb07c92822625fda15f14a778679452


More information about the ghc-commits mailing list