diff options
Diffstat (limited to 'doc/invoking.rst')
-rw-r--r-- | doc/invoking.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/invoking.rst b/doc/invoking.rst index 12a127f0..4e4b8764 100644 --- a/doc/invoking.rst +++ b/doc/invoking.rst @@ -548,5 +548,5 @@ Using literate or pre-processed source Since Haddock uses GHC internally, both plain and literate Haskell sources are accepted without the need for the user to do anything. To -use the C pre-processor, however, the user must pass the the :option:`-cpp` +use the C pre-processor, however, the user must pass the ``-cpp`` option to GHC using :option:`--optghc`. |