[commit: ghc] ghc-8.0: Use `@since` annotation in GHC.ExecutionStack (ef7160c)

git at git.haskell.org git at git.haskell.org
Fri Apr 15 09:57:41 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/ef7160c5e1e2fdab975b96f7709dcd11beceb308/ghc

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

commit ef7160c5e1e2fdab975b96f7709dcd11beceb308
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Apr 11 07:28:15 2016 +0200

    Use `@since` annotation in GHC.ExecutionStack
    
    While ad532ded871a9a5180388a2b7cdbdc26e053284c fixed the version
    number, this fixes the markup...
    
    (cherry picked from commit 2ef35d8fed58cb9f33190c6d9908262535b26f90)


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

ef7160c5e1e2fdab975b96f7709dcd11beceb308
 libraries/base/GHC/ExecutionStack.hs           | 2 +-
 libraries/base/GHC/ExecutionStack/Internal.hsc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/GHC/ExecutionStack.hs b/libraries/base/GHC/ExecutionStack.hs
index 966ba29..3a32deb 100644
--- a/libraries/base/GHC/ExecutionStack.hs
+++ b/libraries/base/GHC/ExecutionStack.hs
@@ -26,7 +26,7 @@
 --  ,("RTS expects libdw","YES")
 -- @
 --
--- /Since: 4.9.0.0/
+-- @since 4.9.0.0
 -----------------------------------------------------------------------------
 
 module GHC.ExecutionStack (
diff --git a/libraries/base/GHC/ExecutionStack/Internal.hsc b/libraries/base/GHC/ExecutionStack/Internal.hsc
index 340cdc4..54962ff 100644
--- a/libraries/base/GHC/ExecutionStack/Internal.hsc
+++ b/libraries/base/GHC/ExecutionStack/Internal.hsc
@@ -10,7 +10,7 @@
 --
 -- Internals of the `GHC.ExecutionStack` module
 --
--- /Since: 4.9.0.0/
+-- @since 4.9.0.0
 -----------------------------------------------------------------------------
 
 #include "HsFFI.h"



More information about the ghc-commits mailing list