summaryrefslogtreecommitdiff
path: root/compiler/utils/ExtsCompat46.hs
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-09-19 11:48:00 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2013-09-19 11:48:00 +0100
commitd85550e56fa9b3cce24c4341954ea5ff540eb86b (patch)
tree204501547022bbe9b092f26f0a2d9e4b181741d1 /compiler/utils/ExtsCompat46.hs
parent4916552952f58f5f68b120efb52216256f63f8d8 (diff)
downloadhaskell-d85550e56fa9b3cce24c4341954ea5ff540eb86b.tar.gz
Comments only
Diffstat (limited to 'compiler/utils/ExtsCompat46.hs')
-rw-r--r--compiler/utils/ExtsCompat46.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/ExtsCompat46.hs b/compiler/utils/ExtsCompat46.hs
index 38f81aaa57..da0e67ab93 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