diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2016-04-11 07:28:15 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2016-04-11 07:28:15 +0200 |
commit | 2ef35d8fed58cb9f33190c6d9908262535b26f90 (patch) | |
tree | aeb1f2c2632d525ad931ef9133938e067e3d4391 /libraries | |
parent | aadde2b90817c577336da0d4a10ea47551d60c7e (diff) | |
download | haskell-2ef35d8fed58cb9f33190c6d9908262535b26f90.tar.gz |
Use `@since` annotation in GHC.ExecutionStack
While ad532ded871a9a5180388a2b7cdbdc26e053284c fixed the version
number, this fixes the markup...
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/ExecutionStack.hs | 2 | ||||
-rw-r--r-- | 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 966ba297b0..3a32deb853 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 340cdc41b4..54962ff81c 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" |