diff options
author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-07-12 10:08:14 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-07-12 15:04:20 -0400 |
commit | f282f02d9d3b190244b6cf4a0cb1bb88816cae84 (patch) | |
tree | 1fc4647bf1f38bc70ab762e6f5fc1d1667a9e337 /docs/users_guide/separate_compilation.rst | |
parent | 2b1adaa7817c453df868d928312a9a99a0481eb1 (diff) | |
download | haskell-f282f02d9d3b190244b6cf4a0cb1bb88816cae84.tar.gz |
docs: remove leftovers of static flags
Remove "dynamic + :set" category from documentation,
because all dynamic flags support ":set"; this is a
leftover of "static + :set".
Test Plan: make html
Reviewers: bgamari, mpickering
Reviewed By: mpickering
Subscribers: mpickering, osa1, rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4942
Diffstat (limited to 'docs/users_guide/separate_compilation.rst')
-rw-r--r-- | docs/users_guide/separate_compilation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/separate_compilation.rst b/docs/users_guide/separate_compilation.rst index e7501c2716..71a1a46d1b 100644 --- a/docs/users_guide/separate_compilation.rst +++ b/docs/users_guide/separate_compilation.rst @@ -159,7 +159,7 @@ contents of the search path: .. ghc-flag:: -i⟨dir⟩[:⟨dir⟩]* :shortdesc: add ⟨dir⟩, ⟨dir2⟩, etc. to import path - :type: dynamic/ ``:set`` + :type: dynamic :category: search-path .. index:: @@ -170,7 +170,7 @@ contents of the search path: .. ghc-flag:: -i :shortdesc: Empty the import directory list - :type: dynamic/ ``:set`` + :type: dynamic :category: search-path resets the search path back to nothing. |