diff options
Diffstat (limited to 'docs/users_guide/safe_haskell.rst')
-rw-r--r-- | docs/users_guide/safe_haskell.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/safe_haskell.rst b/docs/users_guide/safe_haskell.rst index 6772d6abf6..b734fe4743 100644 --- a/docs/users_guide/safe_haskell.rst +++ b/docs/users_guide/safe_haskell.rst @@ -810,7 +810,7 @@ taken: There is a more detailed discussion of the issues involved in compilation safety and some potential solutions on the -:ghc-wiki:`GHC Wiki <SafeHaskell/SafeCompilation>`. +:ghc-wiki:`GHC Wiki <safe-haskell/safe-compilation>`. Additionally, the use of :ref:`annotations <annotation-pragmas>` is forbidden, as that would allow bypassing Safe Haskell restrictions. See :ghc-ticket:`10826` |