[commit: ghc] master: Remove documentation about non-existent flag. (9ff0738)

git at git.haskell.org git at git.haskell.org
Mon Jan 2 04:27:01 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9ff07382ed377d38d677e8785b34536c39894467/ghc

>---------------------------------------------------------------

commit 9ff07382ed377d38d677e8785b34536c39894467
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Sun Jan 1 20:26:01 2017 -0800

    Remove documentation about non-existent flag.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

9ff07382ed377d38d677e8785b34536c39894467
 docs/users_guide/packages.rst | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/docs/users_guide/packages.rst b/docs/users_guide/packages.rst
index d3da125..71059f1 100644
--- a/docs/users_guide/packages.rst
+++ b/docs/users_guide/packages.rst
@@ -235,15 +235,6 @@ The GHC command line options that control packages are:
     reserves the right to interpret other characters in a special
     way in later releases.
 
-.. ghc-flag:: -library-name ⟨hash⟩
-
-    Tells GHC that the source of a Backpack file and its textual
-    dependencies is uniquely identified by ⟨hash⟩. Library names are
-    determined by Cabal; a usual recipe for a library name is that it is
-    the hash source package identifier of a package, as well as the
-    version hashes of all its textual dependencies. GHC will then use
-    this library name to generate more unit IDs.
-
 .. ghc-flag:: -trust ⟨pkg⟩
 
     This option causes the install package ⟨pkg⟩ to be both exposed and



More information about the ghc-commits mailing list