diff options
author | Shayne Fletcher <shayne@shaynefletcher.org> | 2021-07-27 16:19:46 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-07-29 13:15:43 -0400 |
commit | 54d6b20192fe6fc244248c7766533a768c591bae (patch) | |
tree | 22e4fb3d9295c8d03454ad02a5b480594919d096 /libraries/ghci/GHCi | |
parent | f4aea1a20d522091286ce429b3aae278ee35d75e (diff) | |
download | haskell-54d6b20192fe6fc244248c7766533a768c591bae.tar.gz |
Improve preprocessor error message
Diffstat (limited to 'libraries/ghci/GHCi')
-rw-r--r-- | libraries/ghci/GHCi/InfoTable.hsc | 2 |
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 |