summaryrefslogtreecommitdiff
path: root/compiler/utils/ExtsCompat46.hs
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-12-22 17:21:49 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-12-22 18:12:36 +0100
commit8a02c5e65c73b4b10a10198190fa815213445b73 (patch)
treea6896a499460fc22c0e2316385294531298c107e /compiler/utils/ExtsCompat46.hs
parent3879bdf3afb00ff8569cba4648876652d1addadb (diff)
downloadhaskell-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.hs2
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