[commit: ghc] ghc-8.2: user-guide: add `:type +d` and `:type +v` in release highlight (61c7b3d)

git at git.haskell.org git at git.haskell.org
Tue Oct 3 21:58:41 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/61c7b3d440ff614a750fa68161cc2054b7798794/ghc

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

commit 61c7b3d440ff614a750fa68161cc2054b7798794
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
    
    (cherry picked from commit 82ee71fa85aca087b2cd62cb354fc3df46db4411)


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

61c7b3d440ff614a750fa68161cc2054b7798794
 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 b591549..3190254 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -251,6 +251,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