diff options
| author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2017-03-24 09:10:00 +0300 |
|---|---|---|
| committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2017-03-24 09:10:18 +0300 |
| commit | fc41fdc6423b91eef52c1f4c73a9be5e9dea17b9 (patch) | |
| tree | f5bacc677df036ee408e4117e548b23f4b6ba853 | |
| parent | 1b374402a7a078e53c3e00eb0460e8b22930c453 (diff) | |
| download | haskell-fc41fdc6423b91eef52c1f4c73a9be5e9dea17b9.tar.gz | |
ghci/Linker.hs: Fix a typo in error message
| -rw-r--r-- | compiler/ghci/Linker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/Linker.hs b/compiler/ghci/Linker.hs index c9b0eff75f..edd947d94f 100644 --- a/compiler/ghci/Linker.hs +++ b/compiler/ghci/Linker.hs @@ -573,7 +573,7 @@ failNonStd dflags srcspan = dieWith dflags srcspan $ text "Cannot load" <+> compWay <+> text "objects when GHC is built" <+> ghciWay $$ text "To fix this, either:" $$ - text " (1) Use -fexternal-interprter, or" $$ + text " (1) Use -fexternal-interpreter, or" $$ text " (2) Build the program twice: once" <+> ghciWay <> text ", and then" $$ text " with" <+> compWay <+> |
