[commit: ghc] master: fix typo causing compilation failure on SPARC (ArchSparc -> ArchSPARC) (00c8076)
git at git.haskell.org
git at git.haskell.org
Tue Jan 12 20:58:40 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/00c8076ecf441e6be5cacafc78a98f7ab38ddad4/ghc
>---------------------------------------------------------------
commit 00c8076ecf441e6be5cacafc78a98f7ab38ddad4
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)
>---------------------------------------------------------------
00c8076ecf441e6be5cacafc78a98f7ab38ddad4
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