diff options
author | Mark Christiaens <mark.g.j.christiaens@gmail.com> | 2016-02-17 14:04:42 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-17 21:04:31 +0100 |
commit | 525b54c469941c636fd45591e5f382cb3b44756c (patch) | |
tree | 5994ace0a0d081315f7289a9b83dd04b55b2a81e | |
parent | a82956df5b34175410e0feb9e2febe7d39b60b49 (diff) | |
download | haskell-525b54c469941c636fd45591e5f382cb3b44756c.tar.gz |
users-guide: Fix typos
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1927
GHC Trac Issues: #11590
-rw-r--r-- | docs/users_guide/packages.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/users_guide/packages.rst b/docs/users_guide/packages.rst index 89eb2579a1..c9e2ea489b 100644 --- a/docs/users_guide/packages.rst +++ b/docs/users_guide/packages.rst @@ -231,17 +231,17 @@ The GHC command line options that control packages are: .. ghc-flag:: -trust ⟨pkg⟩ This option causes the install package ⟨pkg⟩ to be both exposed and - trusted by GHC. This command functions in the in a very similar way + trusted by GHC. This command functions in a very similar way to the :ghc-flag:`-package` command but in addition sets the selected - packaged to be trusted by GHC, regardless of the contents of the + packages to be trusted by GHC, regardless of the contents of the package database. (see :ref:`safe-haskell`). .. ghc-flag:: -distrust ⟨pkg⟩ This option causes the install package ⟨pkg⟩ to be both exposed and - distrusted by GHC. This command functions in the in a very similar + distrusted by GHC. This command functions in a very similar way to the :ghc-flag:`-package` command but in addition sets the selected - packaged to be distrusted by GHC, regardless of the contents of the + packages to be distrusted by GHC, regardless of the contents of the package database. (see :ref:`safe-haskell`). .. ghc-flag:: -distrust-all |