diff options
Diffstat (limited to 'compiler/utils/ExtsCompat46.hs')
-rw-r--r-- | compiler/utils/ExtsCompat46.hs | 1 |
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 |