[commit: ghc] wip/rae: Fix #9220 by adding role annotations. (aba5000)
git at git.haskell.org
git at git.haskell.org
Tue Nov 18 20:22:01 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/aba50001bac3400ff91135b02725fb5b4303e81a/ghc
>---------------------------------------------------------------
commit aba50001bac3400ff91135b02725fb5b4303e81a
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Fri Nov 7 17:34:59 2014 -0500
Fix #9220 by adding role annotations.
This includes a submodule update for `array`.
There is also an added test in libraries/array/tests/T9220.
>---------------------------------------------------------------
aba50001bac3400ff91135b02725fb5b4303e81a
libraries/array | 2 +-
libraries/base/GHC/Arr.hs | 6 +-
libraries/base/GHC/IOArray.hs | 5 +-
testsuite/tests/roles/should_compile/all.T | 1 -
.../{should_compile => should_fail}/RolesIArray.hs | 0
.../tests/roles/should_fail/RolesIArray.stderr | 100 +++++++++++++++++++++
testsuite/tests/roles/should_fail/all.T | 1 +
7 files changed, 111 insertions(+), 4 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 aba50001bac3400ff91135b02725fb5b4303e81a
More information about the ghc-commits
mailing list