diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-01-01 20:26:01 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-01-01 20:26:46 -0800 |
commit | 9ff07382ed377d38d677e8785b34536c39894467 (patch) | |
tree | 62294c5ddeb2b7b1598efa4306b7d7e673617262 /docs/users_guide/packages.rst | |
parent | bab4ae80cc5b14926896ea3d5f5ac4db5bb80035 (diff) | |
download | haskell-9ff07382ed377d38d677e8785b34536c39894467.tar.gz |
Remove documentation about non-existent flag.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'docs/users_guide/packages.rst')
-rw-r--r-- | docs/users_guide/packages.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/users_guide/packages.rst b/docs/users_guide/packages.rst index d3da125d58..71059f1b9e 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 |