[commit: ghc] master: users-guide: Fix typos (525b54c)
git at git.haskell.org
git at git.haskell.org
Wed Feb 17 20:02:55 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/525b54c469941c636fd45591e5f382cb3b44756c/ghc
>---------------------------------------------------------------
commit 525b54c469941c636fd45591e5f382cb3b44756c
Author: Mark Christiaens <mark.g.j.christiaens at gmail.com>
Date: Wed Feb 17 14:04:42 2016 +0100
users-guide: Fix typos
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1927
GHC Trac Issues: #11590
>---------------------------------------------------------------
525b54c469941c636fd45591e5f382cb3b44756c
docs/users_guide/packages.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/users_guide/packages.rst b/docs/users_guide/packages.rst
index 89eb257..c9e2ea4 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
More information about the ghc-commits
mailing list