diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-12-22 17:21:49 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-12-22 18:12:36 +0100 |
commit | 8a02c5e65c73b4b10a10198190fa815213445b73 (patch) | |
tree | a6896a499460fc22c0e2316385294531298c107e /compiler/utils/ExtsCompat46.hs | |
parent | 3879bdf3afb00ff8569cba4648876652d1addadb (diff) | |
download | haskell-8a02c5e65c73b4b10a10198190fa815213445b73.tar.gz |
Bump GHC version from 7.9 to 7.11
This needs to update the Haddock submodule as well
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'compiler/utils/ExtsCompat46.hs')
-rw-r--r-- | compiler/utils/ExtsCompat46.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/ExtsCompat46.hs b/compiler/utils/ExtsCompat46.hs index a33fef57d8..14ffe72431 100644 --- a/compiler/utils/ExtsCompat46.hs +++ b/compiler/utils/ExtsCompat46.hs @@ -90,7 +90,7 @@ import qualified GHC.Exts as E ( ) -- See #8330 -#if __GLASGOW_HASKELL__ > 710 +#if __GLASGOW_HASKELL__ > 711 #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 |