[commit: ghc] master: Comments only (d85550e)

git at git.haskell.org git at git.haskell.org
Thu Sep 19 12:48:16 CEST 2013


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

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

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

commit d85550e56fa9b3cce24c4341954ea5ff540eb86b
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Thu Sep 19 11:48:00 2013 +0100

    Comments only


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

d85550e56fa9b3cce24c4341954ea5ff540eb86b
 compiler/utils/ExtsCompat46.hs |    1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/utils/ExtsCompat46.hs b/compiler/utils/ExtsCompat46.hs
index 38f81aa..da0e67a 100644
--- a/compiler/utils/ExtsCompat46.hs
+++ b/compiler/utils/ExtsCompat46.hs
@@ -89,6 +89,7 @@ import qualified GHC.Exts as E (
     sameMutVar#, sameTVar#, sameMVar#
  )
 
+-- See #8330
 #if __GLASGOW_HASKELL__ > 710
 #error What is minimal version of GHC required for bootstraping? If it's GHC 7.8 we should remove this module and use GHC.Exts instead.
 #endif




More information about the ghc-commits mailing list