[commit: ghc] master: user-guide: add `:type +d` and `:type +v` in release highlight (82ee71f)

git at git.haskell.org git at git.haskell.org
Thu Aug 17 20:43:31 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/82ee71fa85aca087b2cd62cb354fc3df46db4411/ghc

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

commit 82ee71fa85aca087b2cd62cb354fc3df46db4411
Author: Takenobu Tani <takenobu.hs at gmail.com>
Date:   Thu Aug 17 10:29:43 2017 -0400

    user-guide: add `:type +d` and `:type +v` in release highlight
    
    Add new ghci command to release highlight and fix link anchor.
    
    This commit is for ghc-8.2 branch.
    
    Test Plan: build
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie
    
    GHC Trac Issues: #11975
    
    Differential Revision: https://phabricator.haskell.org/D3850


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

82ee71fa85aca087b2cd62cb354fc3df46db4411
 docs/users_guide/8.2.1-notes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 76fcc49..89acec8 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -247,6 +247,8 @@ GHCi
 - Added support for :ghc-flag:`-XStaticPointers` in interpreted modules. Note, however,
   that ``static`` expressions are still not allowed in expressions evaluated in the REPL.
 
+- Added support for :ghci-cmd:`:type +d` and :ghci-cmd:`:type +v`. (:ghc-ticket:`11975`)
+
 Template Haskell
 ~~~~~~~~~~~~~~~~
 



More information about the ghc-commits mailing list