[commit: ghc] ghc-7.8: T8958: fix stderr (230d037)

git at git.haskell.org git at git.haskell.org
Mon Apr 7 14:06:18 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/230d037050eab6158da7de811c9b8932a21b2cf0/ghc

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

commit 230d037050eab6158da7de811c9b8932a21b2cf0
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Apr 7 09:05:29 2014 -0500

    T8958: fix stderr
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

230d037050eab6158da7de811c9b8932a21b2cf0
 testsuite/tests/roles/should_compile/T8958.stderr |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testsuite/tests/roles/should_compile/T8958.stderr b/testsuite/tests/roles/should_compile/T8958.stderr
index e40865f..c63c307 100644
--- a/testsuite/tests/roles/should_compile/T8958.stderr
+++ b/testsuite/tests/roles/should_compile/T8958.stderr
@@ -29,21 +29,21 @@ Dependent packages: [base, ghc-prim, integer-gmp]
 
 ==================== Typechecker ====================
 AbsBinds [a] []
-  {Exports: [T8958.$fRepresentationala <= $dRepresentational_aJ6
+  {Exports: [T8958.$fRepresentationala <= $dRepresentational_aIo
                <>]
    Exported types: T8958.$fRepresentationala [InlPrag=[ALWAYS] CONLIKE]
                      :: forall a. Representational a
                    [LclIdX[DFunId],
                     Str=DmdType,
                     Unf=DFun: \ (@ a) -> T8958.D:Representational TYPE a]
-   Binds: $dRepresentational_aJ6 = T8958.D:Representational}
+   Binds: $dRepresentational_aIo = T8958.D:Representational}
 AbsBinds [a] []
-  {Exports: [T8958.$fNominala <= $dNominal_aJ7
+  {Exports: [T8958.$fNominala <= $dNominal_aIp
                <>]
    Exported types: T8958.$fNominala [InlPrag=[ALWAYS] CONLIKE]
                      :: forall a. Nominal a
                    [LclIdX[DFunId],
                     Str=DmdType,
                     Unf=DFun: \ (@ a) -> T8958.D:Nominal TYPE a]
-   Binds: $dNominal_aJ7 = T8958.D:Nominal}
+   Binds: $dNominal_aIp = T8958.D:Nominal}
 



More information about the ghc-commits mailing list