[commit: ghc] ghc-8.0: fix typo causing compilation failure on SPARC (ArchSparc -> ArchSPARC) (3cf940b)

git at git.haskell.org git at git.haskell.org
Wed Jan 13 19:34:06 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/3cf940b80499999f45499dde85e865930a6f1ae9/ghc

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

commit 3cf940b80499999f45499dde85e865930a6f1ae9
Author: Karel Gardas <karel.gardas at centrum.cz>
Date:   Tue Jan 12 21:58:50 2016 +0100

    fix typo causing compilation failure on SPARC (ArchSparc -> ArchSPARC)
    
    (cherry picked from commit 00c8076ecf441e6be5cacafc78a98f7ab38ddad4)


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

3cf940b80499999f45499dde85e865930a6f1ae9
 libraries/ghci/GHCi/InfoTable.hsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/ghci/GHCi/InfoTable.hsc b/libraries/ghci/GHCi/InfoTable.hsc
index cc57aff..7e1f8bc 100644
--- a/libraries/ghci/GHCi/InfoTable.hsc
+++ b/libraries/ghci/GHCi/InfoTable.hsc
@@ -71,7 +71,7 @@ data Arch = ArchSPARC
 platform :: Arch
 platform =
 #if defined(sparc_HOST_ARCH)
-       ArchSparc
+       ArchSPARC
 #elif defined(powerpc_HOST_ARCH)
        ArchPPC
 #elif defined(i386_HOST_ARCH)



More information about the ghc-commits mailing list