summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShayne Fletcher <shayne@shaynefletcher.org>2021-07-27 16:19:46 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-29 13:15:43 -0400
commit54d6b20192fe6fc244248c7766533a768c591bae (patch)
tree22e4fb3d9295c8d03454ad02a5b480594919d096
parentf4aea1a20d522091286ce429b3aae278ee35d75e (diff)
downloadhaskell-54d6b20192fe6fc244248c7766533a768c591bae.tar.gz
Improve preprocessor error message
-rw-r--r--libraries/ghci/GHCi/InfoTable.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/GHCi/InfoTable.hsc b/libraries/ghci/GHCi/InfoTable.hsc
index 65989a6e5b..8a1f7d1153 100644
--- a/libraries/ghci/GHCi/InfoTable.hsc
+++ b/libraries/ghci/GHCi/InfoTable.hsc
@@ -392,7 +392,7 @@ fillExecBuffer sz cont = alloca $ \pcode -> do
#else
-#error hi
+#error Sorry, rts versions <= 1.0 are not supported
#endif